(create_process): Test TIOCSETD along with NTTYDISC.
authorRichard M. Stallman <rms@gnu.org>
Sat, 16 Apr 1994 07:26:19 +0000 (07:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 16 Apr 1994 07:26:19 +0000 (07:26 +0000)
src/process.c

index cae87bfcf1e87715deb20c04457317431cb4ba53..8ff0a038638e89510c804a596be1bcfd7e3f6633 100644 (file)
@@ -1290,7 +1290,7 @@ create_process (process, new_argv, current_dir)
        setpgrp ();
 #endif /* USG */
 #endif /* not HAVE_SETSID */
-#ifdef NTTYDISC
+#if defined (NTTYDISC) || defined (TIOCSETD)
        if (pty_flag && xforkin >= 0)
          {
            /* Use new line discipline.  */